home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 10 / The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso / PC_SIGCD / 19 / 2 / DISK1924.ZIP / MCS.DOC < prev    next >
Text File  |  1990-02-24  |  15KB  |  372 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.                             THE MENU CONSTRUCTION SET
  19.  
  20.                   (c) 1990 by Optimal Solutions of New Hampshire
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.                                  TABLE OF CONTENTS
  31.   
  32.   Installation Instructions................................................1
  33.   How to run MCS...........................................................1
  34.   Licensing Information....................................................1
  35.   Pricing/Licensing........................................................1
  36.   Special Note for Turnkey 3.X users.......................................1
  37.   Command Descriptions.....................................................2
  38.   Top Level Commands.......................................................2
  39.   Using the Add Command....................................................2
  40.   Using the Edit Command...................................................3
  41.   Using the Menu Command...................................................3
  42.   Using the Global Command.................................................3
  43.   Using the Set Command....................................................4
  44.   Using the Run Command....................................................4
  45.   Using the Xport Command..................................................4
  46.   Using the Info Command...................................................4
  47.   Using the Quit Command...................................................4
  48.   Technical Support........................................................5
  49.   Information about Reconfig - The DOS Configuration Manager...............5
  50.   Order Form...............................................................6
  51.   
  52.   
  53.  
  54.                                                                           -1-
  55.   INSTALLATION INSTRUCTIONS FOR THE MENU CONSTRUCTION SET
  56.   
  57.   Insert Installation Disk 1 into a floppy drive and then type:
  58.   
  59.                       A:       (or B: if you are using Drive B)
  60.                       INSTALL
  61.   
  62.   The installation program will let you know when to insert Disk #2.  Older
  63.   versions of MCS came on three diskettes, new versions come on two diskettes.
  64.   
  65.   
  66.   HOW TO RUN THE MENU CONSTRUCTION SET
  67.   
  68.   Type MCS to run the menu authoring environment.
  69.   Type MENU to run the menus that you have created with MCS.
  70.   
  71.   
  72.   LICENSING INFORMATION FOR THE MENU CONSTRUCTION SET
  73.   
  74.   MCS is being distributed under the Shareware concept, which allows you to
  75.   try the software first before buying.  You only pay for the software if you
  76.   decide to use it.
  77.   
  78.   Upon receipt of your registration check, OSNH will send you the following:
  79.   
  80.                   o Latest version of MCS
  81.                   o The User's Manual
  82.                   o Automatic upgrade to MCS 2.0 (when available)
  83.   
  84.   Normally MCS is sold with a single user, single machine license.  However,
  85.   you can purchase the LAN server license, which allows all PCs that connect
  86.   to the server to run MCS at no additional cost.  Or, you can purchase the 
  87.   unlimited run-time distribution license, which allows you to distribute
  88.   an unlimited number of run-only versions of the menus you create.
  89.   
  90.   
  91.   PRICING/LICENSING (Order form on last page)
  92.   
  93.      Single user, single machine license (retail $95).............$47.50
  94.      LAN Server license (retail $295)............................$147.50
  95.      Unlimited run-time distribution license (retail $295).......$147.50
  96.   
  97.   Send check or money order to:
  98.         Optimal Solutions of NH, 6 Salem Road, Atkinson, NH 03811
  99.   
  100.   Hardware requirements are an IBM-compatible microcomputer with 384K memory 
  101.   running DOS 2.0 or later, and a hard disk.
  102.   
  103.   
  104.   SPECIAL NOTICE FOR TURNKEY 3.X USERS
  105.   
  106.   There is a conversion program called ConverTK which converts Turnkey 3.0
  107.   and Turnkey 3.1 menus to Menu Construction Set format.  ConverTK is 
  108.   available free with your MCS registration.
  109.   
  110.   
  111.  
  112.                                                                           -2-
  113.   COMMAND DESCRIPTIONS for the MCS editor
  114.   
  115.   
  116.   TOP LEVEL COMMANDS
  117.   
  118.   To execute any command in MCS, you must first press the slash (/) key.
  119.   Then use the arrow keys to highlight your selection and press Enter, or
  120.   just press the first letter of your selection as a shortcut.  For example,
  121.   press the slash key (/) and then the letter A to execute the Add command.
  122.   
  123.   Add (/A):     Add a new item to the currently displayed menu.
  124.   Edit (/E):    Make changes to the currently selected item.
  125.   Menu (/M):    Make changes to settings related to the currently displayed
  126.                 menu only.
  127.   Global (/G):  Make changes to settings related to all of the menus in the
  128.                 current menu set.
  129.   Set (/S):     Menu set operations such as load, create, copy, or delete
  130.                 menu sets.
  131.   Run (/R):     Run the current menu set.
  132.   Xport (/X):   Export the current menu set to a diskette that can be
  133.                 installed to other PCs.
  134.   Info (/I):    Information about The Menu Construction Set
  135.   Quit (/Q):    Leave The Menu Construction Set (all changes are
  136.                 automatically saved).
  137.   
  138.   
  139.   USING THE ADD COMMAND (/A)
  140.   
  141.   The Add command allows you to add a BatchFileItem (type /AB), a
  142.   SubmenuItem (/AS), or an InfoScreenItem (/AI) to the currently displayed
  143.   menu.  A BatchFileItem is an item which, when picked by the end user,
  144.   executes a batch file.  A SubmenuItem is an item which, when picked by the
  145.   end user, displays another menu.  An InfoScreenItem is an item which, when
  146.   picked by the end user, displays one or more screenfuls of text.
  147.   
  148.   A BatchFileItem is composed of the following:
  149.   - menu item name:  name which appears on the menu
  150.   - help message:  optional message which appears on the bottom of the menu
  151.     when the item is highlighted
  152.   - password:  optional case-sensitive password for the item
  153.   - argument prompt:  optional text which will be displayed upon selection
  154.     of the item.  The end user will be able to supply arguments to the
  155.     batch file
  156.   - batch file:  the commands which are executed
  157.   
  158.   A SubmenuItem is composed of the following:
  159.   - menu item name, help message, and password which operate the same as in
  160.     a BatchFileItem
  161.   
  162.   An InfoScreenItem is composed of the following:
  163.   - menu item name, help message, and password which operate the same as in
  164.     a BatchFileItem
  165.   - information screen which is displayed when the user selects this item.
  166.     There is no limit on the length of the message, the user can use the
  167.     PgUp/PgDn keys
  168.   
  169.   
  170.   
  171.  
  172.                                                                           -3-
  173.   USING THE EDIT COMMAND (/E)
  174.   
  175.   The Edit command allows you to edit previously defined menu items.  To use
  176.   the Edit command, first select the item in the menu that you would like to
  177.   change, and then press /E for Edit.
  178.   
  179.   
  180.   USING THE MENU COMMAND (/M)
  181.   
  182.   The Menu command allows you to change settings that affect an entire menu.
  183.   When you select the Menu command, a second layer of commands is displayed.
  184.   
  185.   Title (/MT):     The title of a menu is the line of text that appears at
  186.                    the top of a menu.
  187.   
  188.   Colors (/MC):    Change the colors of the currently displayed menu only.
  189.   
  190.   Move (/MM):      Move the currently selected item to a different position.
  191.   
  192.   Item type (/MI): Change the currently selected item to a different item
  193.                    type.  (BatchFileItem, SubmenuItem, or InfoScreenItem).
  194.   
  195.   Delete (/MD):    Delete the currently selected item.
  196.   
  197.   
  198.   USING THE GLOBAL COMMAND (/G)
  199.   
  200.   The Global command allows you to make changes to settings related to all
  201.   of the menus in the current menu set.
  202.   
  203.   Colors (/GC):     Change the colors of those portions of the screen
  204.                     outside of individual menus.
  205.   
  206.   Date (/GD):       Display the date in the upper left hand corner or not.
  207.   
  208.   Time (/GT):       Display the time in the upper right hand corner or not.
  209.   
  210.   User help (/GU):  Define text that appears on the bottom line of the
  211.                     screen.  For example, "Menus developed by ABC Company".
  212.   
  213.   Shadowing (/GS):  Use the shadowing effect on color monitors or not.
  214.   
  215.   Inactivity (/GI): Screen saver option.  Enter period of inactivity before
  216.                     the screen saver is activated.  Enter 0 to disable the
  217.                     screen saver.
  218.   
  219.   Escape (/GE):     Allow the end user to exit to DOS by pressing Escape,
  220.                     or not.
  221.   
  222.   Wrapping (/GW):   Allow cursor wrapping or not.  A third setting is called
  223.                     "Selective" - if a mouse is attached, wrapping is
  224.                     disabled, but if there is no mouse, then wrapping is
  225.                     enabled.
  226.   
  227.   LAN (/GL):        If multiple users are going to access the same menus
  228.                     located on a network drive, then the batch files should
  229.                     be placed on a local drive, typically drive C.  (Note
  230.                     that a LAN Server License is required to legally install
  231.                     MCS on a LAN Server.)
  232.   
  233.   
  234.   
  235.  
  236.                                                                           -4-
  237.   USING THE SET COMMAND (/S)
  238.   
  239.   The Set command allows you to manipulate entire menu sets.
  240.   
  241.   Load (/SL):      Load in an existing menu set.  Menu sets can also be
  242.                    loaded when you invoke MCS - for example, MCS EXAMPLE
  243.                    will automatically load the menu set called EXAMPLE.
  244.                    When no argument is given (e.g. MCS), then the default
  245.                    menu set is loaded (the default menu set is called
  246.                    DEFAULT).
  247.   
  248.   Create (/SC):    Create a new menu set.
  249.   
  250.   Make copy (/SM): Make a copy of the currently loaded set.
  251.   
  252.   Erase (/SE):     Delete a menu set.  You cannot delete the currently
  253.                    loaded set.
  254.   
  255.   
  256.   USING THE RUN COMMAND (/R)
  257.   
  258.   The Run command runs the current menu set.  This is useful for quickly
  259.   moving between the end user and authoring environments as you develop and
  260.   debug your menu sets.  To "complete the loop", define a "Run MCS"
  261.   BatchFileItem so that you can quickly switch environments.
  262.   
  263.   
  264.   USING THE XPORT COMMAND (/X)
  265.   
  266.   The Xport command exports the current menu set to a diskette that can be
  267.   installed on other PCs.  (Note that the purchase of an Unlimited Run-time
  268.   Distribution License is required before you can install this diskette on
  269.   other PCs.)
  270.   
  271.   
  272.   USING THE INFO COMMAND (/I)
  273.   
  274.   The purpose of this command is similar to a README file.  It displays
  275.   information pertaining to The Menu Construction Set.
  276.   
  277.   
  278.   USING THE QUIT COMMAND (/Q)
  279.   
  280.   The Quit command exits The Menu Construction Set and returns you to DOS.
  281.   Since menu information is continuously saved to disk as you use MCS, there
  282.   is no need to save menu sets before you exit to DOS.
  283.   
  284.   
  285.   
  286.  
  287.                                                                           -5-
  288.   TECHNICAL SUPPORT
  289.   
  290.   Registered users can call 603-362-4758 for 24 hours a day, 7 days a week
  291.   technical support.  If you are asked to leave a message, we will call you
  292.   back as soon as possible.
  293.   
  294.   
  295.   INFORMATION ABOUT RECONFIG - THE DOS CONFIGURATION MANAGER
  296.  
  297.   Reconfig is an extremely useful utility that allows the user to quickly
  298.   change to various Autoexec.bat/Config.sys combinations.  PCM Magazine
  299.   awarded Reconfig 2.1 a Publisher's Pick in its January 1989 issue.  Now
  300.   Reconfig 3.1 is available for $39.50, and can be ordered directly from
  301.   Optimal Solutions of NH.
  302.   
  303.   Currently, DOS users juggle multiple Autoexec.bat and Config.sys files by
  304.   using DOS commands and a text editor.  Now they can use Reconfig with its
  305.   integrated text editor and easy-to-use two-dimensional menus to maintain
  306.   up to 100 different "configurations" (Autoexec.bat/Config.sys
  307.   combinations).
  308.   
  309.   A key feature of Reconfig is its optional command line interface.  With
  310.   just one DOS command, you can switch to a predefined DOS configuration and
  311.   automatically reboot your machine.  Another useful feature is the ability
  312.   to import any DOS text file, which means you won't have to retype your
  313.   current Autoexec.bat and Config.sys files.
  314.   
  315.   And here's a sweetener.  If you buy Reconfig 3.1, you will receive Version
  316.   4.0 of this indispensible utility automatically.  Even if there is a price
  317.   increase, you will receive Version 4.0 at no charge.
  318.   
  319.   Hardware requirements for Reconfig 3.1 are 384K RAM, DOS 2.0 or later, and
  320.   a hard disk.  As is true of all OSNH software products, Reconfig 3.1 is
  321.   not copy protected.  For more information, see the RECONFIG.DOC file on
  322.   MCS Installation Disk 1.
  323.   
  324.   
  325.  
  326.                                                                           -6-
  327.   
  328.  
  329.   
  330.                                 ORDER FORM
  331.   
  332.  
  333.                    Make check        Optimal Solutions of NH
  334.                    payable to:            6 Salem Road
  335.                                        Atkinson, NH 03811
  336.  
  337.           ============================================================
  338.           Date:                          PO #:
  339.           ============================================================
  340.            Qty           Description                   Cost   Extension
  341.           ------------------------------------------------------------
  342.                |                                   |         |
  343.                | The Menu Construction Set         |         |
  344.                |    - Single user, single machine  |  $47.50 | $
  345.                |    - LAN Server license           | $147.50 | $
  346.                |    - Unlimited run-time license   | $147.50 | $
  347.                |                                   |         |
  348.                | Reconfig 3.1                      |  $39.50 | $
  349.                | (plus free update to Version 4.0) |         |
  350.                |                                   |         |
  351.           ------------------------------------------------------------
  352.                                                        Total: $
  353.  
  354.           Checks and money orders accepted.
  355.  
  356.                Name:
  357.                      ------------------------------------------------
  358.             Address:
  359.                      ------------------------------------------------
  360.                    :
  361.                      ------------------------------------------------
  362.                City:
  363.                      ------------------------------------------------
  364.               State:
  365.                      ------------------------------------------------
  366.                 Zip:
  367.                      ------------------------------------------------
  368.  
  369.  
  370.            Comments:
  371.  
  372.